home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
gnustuff
/
tos
/
othergnu
/
ms.zoo
/
makefile
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1990-04-17
|
201 b
|
13 lines
#
# Makefile for MWC
CFLAGS = -VSMALL -VPEEP -VGEM -DMWC -V
LD = ld
ms.tos: ms.o crtsg.o
$(LD) -X -o ms.tos -s -x crtsg.o ms.o -lc
ms.o: ms.c config.h
crtsg.o: crtsg.s
$(CC) $(CFLAGS) -c crtsg.s